home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGMISC / OVL312.LZH / OVL312.ARC / BNEST4.BAS < prev    next >
BASIC Source File  |  1989-01-06  |  127b  |  8 lines

  1. common shared b
  2.  
  3. sub nest4(i) static
  4.     print:print"in nest4";i;
  5.     print:print "Value of b variable is "b;
  6.     b=b+1
  7. end sub
  8.